//==============================================================================
// Shade of Naxxramas_anim.txt
//==============================================================================


                           ____________________________________
                          |                                    |
                          |      CREATED by WOLLIEWOLTAZ       |
                          |____________________________________|
//==============================================================================
//==============================================================================
//Particle Attachments:
//==============================================================================
//==============================================================================
define BirthSFX
{
   set hotspot
   {
      version
      {
         VisualParticle SFX X Myth Unit Birth Effect
      }
   }
}
//==============================================================================
define BlueSwirlSFX
{
   set hotspot
   {
      version
      {
         VisualParticle ShadeNaxxramas BlueSwirl SFX
      }
   }
}
//==============================================================================
define killtouch
{
   set hotspot
   {
      version
      {
         Visualparticle Scenario U Shade Kill Touch
      }
   }
}
//==============================================================================
define soulaurora
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Soul Aurora
      }
   }
}
//==============================================================================
define deathsoul
{
   set hotspot
   {
      version
      {
         Visualparticle Scenario U Shade Death Soul
      }
   }
}
//==============================================================================
//==============================================================================
//Visuals:
//==============================================================================
//==============================================================================
anim Birth
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			        Visual ShadeNaxxramas_spawn
                                Connect ATTACHPOINT BirthSFX hotspot
				Connect pelvis BlueSwirlSFX hotspot
				tag SpecificSoundSet 0.01 false ShadeOfNaxxramasSpawnSFX checkVisible
         }
      }
   }
}
//==============================================================================
anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual ShadeNaxxramas_idle
				Connect pelvis BlueSwirlSFX hotspot
	 }
      }
   }
}
//==============================================================================
anim Walk
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			        Visual ShadeNaxxramas_idle
         			Connect pelvis BlueSwirlSFX hotspot
         }
      }
   }
}
//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			        Visual ShadeNaxxramas_death
         }
      }
   }
}
//==============================================================================
anim Attack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual ShadeNaxxramas_attack
				Connect pelvis BlueSwirlSFX hotspot
				Connect LEFTHAND killtouch hotspot
				Connect RIGHTHAND killtouch hotspot
				Connect ATTACHPOINT deathsoul hotspot
				Connect ATTACHPOINT soulaurora hotspot
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.45 true   
            tag SpecificSoundSet 0.45 false ShadeOfNaxxramasAttackSFX checkVisible   
//-- end auto generated section
			
         }
      }
   }
}